COVID-19 in Italy. Visuals


(alternatively, see results and code together here)

 


Data source: this GitHubi page

Authors and sources mentioned: Editore/Autore del dataset: Dipartimento della Protezione Civile. Categoria ISO 19115: Salute. Dati forniti dal Ministero della Salute.

Regional data files (Dati per Regione):
  • Struttura file giornaliero: dpc-covid19-ita-regioni-yyyymmdd.csv (dpc-covid19-ita-regioni-20200224.csv)
  • File complessivo: dpc-covid19-ita-regioni.csv
  • File ultimi dati (latest): dpc-covid19-ita-regioni-latest.csv

 

Out[4]:

Currently data as of date: 2020-11-02T17:00:00


 

What's in the original dataframe?

Out[5]:

All column names: ['data', 'stato', 'codice_regione', 'denominazione_regione', 'lat', 'long', 'ricoverati_con_sintomi', 'terapia_intensiva', 'totale_ospedalizzati', 'isolamento_domiciliare', 'totale_positivi', 'variazione_totale_positivi', 'nuovi_positivi', 'dimessi_guariti', 'deceduti', 'casi_da_sospetto_diagnostico', 'casi_da_screening', 'totale_casi', 'tamponi', 'casi_testati', 'note']

Out[6]:
data stato codice_regione denominazione_regione lat long ricoverati_con_sintomi terapia_intensiva totale_ospedalizzati isolamento_domiciliare ... variazione_totale_positivi nuovi_positivi dimessi_guariti deceduti casi_da_sospetto_diagnostico casi_da_screening totale_casi tamponi casi_testati note
5308 2020-11-02T17:00:00 ITA 19 Sicilia 38.115697 13.362357 1025 142 1167 14897 ... 740 1024 7277 536 15095.0 8782.0 23877 701356 492862.0 NaN
5309 2020-11-02T17:00:00 ITA 9 Toscana 43.769231 11.255889 1217 182 1399 30336 ... 1761 2009 15529 1387 39186.0 9465.0 48651 1118732 743951.0 effettuati 15426 tamponi rapidi antigenici di ...
5310 2020-11-02T17:00:00 ITA 10 Umbria 43.106758 12.388247 308 46 354 6972 ... 116 193 3674 140 3290.0 7850.0 11140 302745 175793.0 NaN
5311 2020-11-02T17:00:00 ITA 2 Valle d'Aosta 45.737503 7.320149 167 12 179 1833 ... 92 122 1306 179 3080.0 417.0 3497 42151 26356.0 NaN
5312 2020-11-02T17:00:00 ITA 5 Veneto 45.434905 12.338452 873 136 1009 31924 ... 1519 1544 25437 2427 25103.0 35694.0 60797 2350517 912972.0 NaN

5 rows × 21 columns


 

Variable names to English and their explanation

  • HospWithSymptoms : Currently hospitalized patients with symptoms
  • IC : Intensive care
  • HospTotal: Total number of currently hospitalized patients
  • AtHome : Currently at home confinement
  • CurrentlyPositive : Total amount of current positive cases (Hospitalised patients + Home confinement)
  • NewPositives : New amount of positive cases (Actual total amount of current positive cases - total amount of current positive cases of the previous day)
  • TotalCases : Total amount of positive cases
  • NoOfTests : Tests performed
Out[7]:
Date Region Lat Long HospWithSymptoms IC HospTotal AtHome CurrentlyPositive VariationOfPositives NewPositives Recovered Deaths Diagnostico Screening TotalCases NoOfTests casi_testati note Pop
Date
2020-10-29 2020-10-29 Veneto 45.434905 12.338452 759 97 856 22770 23626 2026 2109 25247 2371 24522.0 26722.0 51244 2288598 890507.0 NaN 4905854
2020-10-30 2020-10-30 Veneto 45.434905 12.338452 777 117 894 25653 26547 2921 3012 25321 2388 24718.0 29538.0 54256 2310397 898237.0 NaN 4905854
2020-10-31 2020-10-31 Veneto 45.434905 12.338452 801 123 924 28255 29179 2632 2697 25373 2401 24864.0 32089.0 56953 2328514 904337.0 NaN 4905854
2020-11-01 2020-11-01 Veneto 45.434905 12.338452 832 132 964 30450 31414 2235 2300 25421 2418 25008.0 34245.0 59253 2342686 910040.0 NaN 4905854
2020-11-02 2020-11-02 Veneto 45.434905 12.338452 873 136 1009 31924 32933 1519 1544 25437 2427 25103.0 35694.0 60797 2350517 912972.0 NaN 4905854

 

daily numbers & moving averages (MA)

(double click and click on legend to select one or multiple regions in the graph)


 

All regions together